home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / file31s.zoo / file3.1 / changelo next >
Encoding:
Text File  |  1991-10-17  |  53.1 KB  |  1,523 lines

  1. Wed Aug 28 20:53:50 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  2.  
  3.     * Version 3.1.
  4.  
  5. Mon Aug 26 15:44:16 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
  6.  
  7.     * du.c (main): If pathconf fails, use 1024 for PATH_MAX.  This
  8.     happens if "/" is NFS-mounted.
  9.  
  10. Sun Aug 25 00:56:11 1991  David J. MacKenzie  (djm at apple-gunkies)
  11.  
  12.     * df.c, fsinfo.c, fsinfo.h: New program.
  13.     * configure: Check for various ways of getting info on mounted
  14.     filesystems. 
  15.  
  16. Thu Aug 22 10:53:23 1991  David J. MacKenzie  (djm at apple-gunkies)
  17.  
  18.     * src/Makefile.in: Workaround #10006 for C compilers that are
  19.     too dumb to allow -c and -o together.  Copy the source files.
  20.     * system.h: Moved from src to lib to avoid having to add yet
  21.     more -I options to CFLAGS.
  22.  
  23.     * du.c, ls.c: If POSIX_ME_HARDER is set in environment, use
  24.     512-byte blocks by default.
  25.  
  26. Wed Aug 21 13:03:14 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  27.  
  28.     * Version 3.0.
  29.  
  30.     * du.c, ls.c: Make 1K blocks the default size, and -k a no-op.
  31.     Down with dumb standards!
  32.  
  33.     * system.h, backupfile.c, savedir.c [VOID_CLOSEDIR]: Fake a
  34.     return value for closedir, which returns void on some systems,
  35.     like Sequents.
  36.     * configure: Check sys/dir.h for 'void closedir'.
  37.  
  38. Tue Aug 20 22:22:47 1991  Jim Meyering (meyering at nutrimat)
  39.  
  40.     * mvdir.c (main):  Clean up loop to stat component
  41.     directories -- as in makepath and pathchk.
  42.  
  43. Tue Aug 20 22:10:47 1991  Jim Meyering (meyering at nutrimat)
  44.  
  45.     * dirname.c (dirname):  Allocate exact amount of space
  46.     needed for result.
  47.  
  48. Tue Aug 20 02:13:40 1991  David J. MacKenzie  (djm at apple-gunkies)
  49.  
  50.     * savedir.c (savedir): Try to open directory before allocating
  51.     buffer.  From Jim Meyering.
  52.  
  53. Mon Aug 19 01:14:13 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  54.  
  55.     * Many files: indent '#pragma alloca' so non-ANSI compilers
  56.     don't choke on it.
  57.  
  58.     * backupfile.c (max_backup_version): Check closedir return
  59.     value (though it might not do any good).
  60.  
  61. Tue Aug  6 20:50:56 1991  David J. MacKenzie  (djm at wheat-chex)
  62.  
  63.     * configure, Makefile.in's: Support +srcdir option, using VPATH.
  64.     Don't check for bison, just try it and if it fails use yacc.
  65.     Create config.status.  Fix up clean targets.
  66.  
  67.     * posixtm.y (posixtm): New function.
  68.  
  69.     Most of the following is from Paul Eggert:
  70.     * savedir.c (savedir), ls.c (print_dir), rm.c
  71.     (clear_directory): Check closedir return for errors.
  72.     * dd.c (main): Check for stdin or stdout being closed.
  73.     * dd.c (quit), install.c (copy_file): Check for close errors.
  74.     * mv.c (copy): Was missing a close.
  75.  
  76. Sat Aug  3 02:05:51 1991  David J. MacKenzie  (djm at apple-gunkies)
  77.  
  78.     * ln.c: Declare link() unconditionally (SCO UNIX needs it).
  79.  
  80. Tue Jul 30 00:23:19 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  81.  
  82.     * configure: NEED_TZSET has become FTIME_MISSING.
  83.  
  84.     * configure: Define uid_t and gid_t if sys/types.h doesn't.
  85.  
  86. Sat Jul 27 00:55:16 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  87.  
  88.     * configure: Only compile fileblocks.c if st_blocks is missing.
  89.  
  90.     * cp.c (copy): Make directories with initial mode of source
  91.     permissions minus umask, plus 0700.  For POSIX and John Gilmore.
  92.  
  93.     * system.h: Include errno.h and, if STDC_HEADERS, stdlib.h.
  94.     * All programs: Remove includes of those files.
  95.  
  96.     * ftruncate.c: New file.
  97.     * configure: Use it if needed.
  98.  
  99. Wed Jul 24 02:09:45 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  100.  
  101.     * ls.c (get_name_link), cp.c (copy) [_AIX]: Allocate extra
  102.     space for the buffer, since st_size is wrong.
  103.  
  104.     * system.h: Don't declare alloca for AIX.
  105.     * makepath.c, posixtm.y, cp.c, du.c, ln.c, ls.c, mv.c:
  106.     Declare alloca first (AIX needs it).
  107.  
  108.     * cp.c, dd.c, touch.c: Use SEEK_ instead of L_.
  109.     * system.h: Define SEEK_ if not defined.
  110.  
  111. Tue Jul 23 15:02:20 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  112.  
  113.     * eaccess.c: GID_T is int if ultrix as well as if sun.
  114.  
  115. Mon Jul 22 11:39:31 1991  David J. MacKenzie  (djm at bleen)
  116.  
  117.     * install.c: Use uid_t and gid_t.
  118.  
  119.     * eaccess.c: Support POSIX method of getting multiple groups.
  120.  
  121.     * xmalloc.c (xmalloc, xrealloc): Exit with value 2 on error,
  122.     not 1, so cmp can use it.
  123.  
  124. Sat Jul 20 14:24:40 1991  David J. MacKenzie  (djm at bleen)
  125.  
  126.     * Move cat cmp cut expand head paste split tac tail unexpand
  127.     to textutils.
  128.  
  129.     * system.h [MKFIFO_MISSING]: Define mkfifo macro.
  130.     * cp.c, mkfifo.c: Don't define it.
  131.  
  132.     * mknod.c, gmknod.1: New files.
  133.  
  134. Fri Jul 19 13:43:01 1991  David J. MacKenzie  (djm at apple-gunkies)
  135.  
  136.     * version.c: New file.
  137.     * All C programs: Link with it, to get version number in the
  138.     binary where at least `strings -' and GNU grep can find it.
  139.  
  140. Mon Jul 15 13:46:53 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  141.  
  142.     * configure: Also look in sys/signal.h for signal decl.
  143.  
  144. Sun Jul 14 22:43:57 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  145.  
  146.     * Rename touchtm.y back to posixtm.y, as the date command will
  147.     use it too.
  148.  
  149. Mon Jul  8 22:56:36 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  150.  
  151.     * Replace lib/Makefile with lib/Makefile.in.
  152.     * configure: For some library functions that might be missing,
  153.     conditionally add the .o files to lib/Makefile instead of
  154.     defining func_MISSING.
  155.     * lib/mkdir.c: Renamed from lib/mkrmdir.c.
  156.  
  157. Sat Jul  6 02:19:09 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  158.  
  159.     * xstrdup.c [STDC_HEADERS]: Include string.h.
  160.  
  161.     * stripslash.h: Include string header file.
  162.  
  163.     * configure: Add to DEFS if Minix.
  164.  
  165.     * system.h [_POSIX_SOURCE]: Make ST_BLKSIZE 1024 instead of
  166.     512, for better performance.
  167.  
  168.     * system.h, configure: If sys/mkdev.h exists, use it instead
  169.     of sys/sysmacros.h.
  170.  
  171.     * configure: echo messages to stdout, not stderr.
  172.     Use test programs to see if alloca needs -lPW and if chars are
  173.     unsigned. 
  174.  
  175. Tue Jul  2 03:16:32 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  176.  
  177.     * chown.c, chgrp.c [!POSIX]: Declare pwd.h and grp.h functions.
  178.  
  179. Sat Jun 29 16:46:12 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  180.  
  181.     * cp.h: Don't declare `open', to avoid conflict with varargs
  182.     prototypes.
  183.  
  184.     * chown.c, chgrp.c: Include sys/types.h before, not after,
  185.     pwd.h and grp.h, to get uid_t and gid_t if necessary.
  186.  
  187. Fri Jun 28 01:12:45 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  188.  
  189.     * ls.c: Use time_t instead of long, where appropriate.
  190.  
  191. Thu Jun 27 16:31:45 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  192.  
  193.     * touchtm.y: Renamed from posixtime.y for SysV systems with Bison.
  194.  
  195.     * configure: No longer need to pass bison the -y option.
  196.     Now lib/Makefile should allow a parallel make with bison.
  197.  
  198.     * cp.c (copy_reg), cat.c (main),
  199.     touch.c (touch, utime_now), mv.c (copy): Check close return
  200.     value for delayed error report due to NFS.
  201.  
  202. Thu Jun 20 01:33:06 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  203.  
  204.     * configure: Include $DEFS when compiling test programs.
  205.  
  206.     * configure: Use test programs instead of grep to check for
  207.     USG, POSIX, and ANSI C headers, in case symbols are defined in
  208.     header files included by the standard ones.  Check for BSD
  209.     memory functions (bcopy et al.) as well as string functions.
  210.     Add notice to top of generated Makefile saying that it's
  211.     automatically generated.
  212.  
  213. Thu Jun 13 00:50:18 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  214.  
  215.     * Version 2.1.
  216.  
  217.     * configure: If rename is missing, define MVDIR.
  218.     Use , instead of / as sed substitution separator so variables'
  219.     values can contain slashes.
  220.  
  221.     * du.c (main): Use alloca to allocate `wd' instead of making
  222.     it an auto array, since PATH_MAX might be a call to pathconf.
  223.  
  224. Wed Jun 12 19:56:22 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  225.  
  226.     * cp-aux.c (usage), install.c (usage), ln.c (usage), mv.c
  227.     (usage): Combine the option lists for the multiple usage forms.
  228.  
  229. Tue Jun 11 00:12:15 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  230.  
  231.     * idcache.c: pwd.h and grp.h might need sys/types.h.
  232.  
  233.     * configure: Create Makefile from Makefile.in instead of
  234.     makefile from makefile.skel, to more closely follow the new
  235.     GNU coding standards.
  236.  
  237.     * ls.c (file_interesting): Use POSIX.2 fnmatch instead of glob_match.
  238.  
  239.     * configure: If $RANDOM is implemented (ksh, bash or zsh), use
  240.     the `type' builtin to determine if gcc, bison, ranlib are
  241.     available.  ksh writes "fubar: command not found" to stderr,
  242.     foiling the test -n "`command 2>&1`" method.
  243.     Remove makefile on signal.
  244.  
  245.     * system.h: Include sys/param.h if not _POSIX_SOURCE instead
  246.     of if not POSIX, to get DEV_BSIZE.
  247.  
  248.     * makepath.c, posixtime.y, system.h: Add _AIX case to alloca decl.
  249.  
  250. Sun Jun  9 01:26:27 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  251.  
  252.     * Version 2.0.
  253.  
  254.     * basename.c, dirname.c: Use str[r]chr and string.h if
  255.     STDC_HEADERS as well as if USG.
  256.  
  257.     * touch.c (utime_now): Created from code in touch ().
  258.  
  259. Sat Jun  8 11:02:32 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  260.  
  261.     * backupfile.c: Use POSIX instead of _POSIX_SOURCE to
  262.     determine whether to check whether readdir returned a valid
  263.     entry. 
  264.  
  265. Fri Jun  7 21:44:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  266.  
  267.     * fileblocks.c (st_blocks), system.h (ST_NBLOCKS): Always
  268.     return number of 512 byte blocks, not DEV_BSIZE blocks.
  269.     (convert_blocks): Always expect 512-byte blocks.
  270.  
  271. Thu Jun  6 12:54:26 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  272.  
  273.     * system.h [POSIX]: If PATH_MAX not defined, use pathconf.
  274.     Remove NAME_MAX stuff; not used.
  275.  
  276.     * system.h: Make #include <strings.h> depend on not (USG or
  277.     STDC_HEADERS) instead of not (USG or POSIX).
  278.  
  279.     * configure: New shell script to aid compilation.
  280.  
  281. Mon Jun  3 16:42:41 1991  David J. MacKenzie  (djm at wheat-chex)
  282.  
  283.     * cp.h: Remove some decls of functions returning int that
  284.     conflict with prototypes on HPUX.
  285.  
  286.     * cp.c (make_path, re_protect): New functions from Jim
  287.     Meyering.  Changes to other functions as well, to add +path,
  288.     +link, +symbolic-link options.
  289.  
  290. Sun Jun  2 15:45:24 1991  David J. MacKenzie  (djm at wheat-chex)
  291.  
  292.     * most files: use GPL version 2.
  293.  
  294. Sat Jun  1 20:17:35 1991  David J. MacKenzie  (djm at wheat-chex)
  295.  
  296.     * rm.c, backupfile.c: If _POSIX_SOURCE, don't refer to d_ino.
  297.  
  298. Sun May 19 18:42:09 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  299.  
  300.     * touch.c: Renamed getdate to get_date to avoid SVR4 conflict.
  301.  
  302. Thu May 16 23:12:01 1991  David J. MacKenzie  (djm at albert.gnu.ai.mit.edu)
  303.  
  304.     * cp.c, mv.c, ln.c: Use alloca and strcpy directly instead of
  305.     in a macro for generating backup filename.  The latter
  306.     sometimes coredumps for some reason.
  307.  
  308. Sat Apr 20 00:03:09 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  309.  
  310.     * dd.c: Add conv=notrunc and truncate output file by default,
  311.     for POSIX.
  312.  
  313.     * rm.c (rm): Refuse to remove path/. and path/.., as well as `.'
  314.     and `..', for POSIX.
  315.  
  316.     * chown.c: Allow `:' as well as `.' to separate group from
  317.     user, for POSIX.2 draft 11.
  318.  
  319.     * Many programs: Don't bother to get the long-option index
  320.     value from getopt_long, since we ignore it.
  321.  
  322.     * Many programs: Separate long-option option names from their
  323.     args with `=' instead of ` ' in usage messages.
  324.  
  325.     * touch.c (touch): Don't refuse to touch non-regular files.
  326.  
  327. Wed Apr 10 12:19:30 1991  David J. MacKenzie  (djm at churchy.gnu.ai.mit.edu)
  328.  
  329.     * cp.c, cp-aux.c: Add -a +archive option, an easier to
  330.     remember synonym for -dpR.
  331.  
  332. Fri Mar 15 16:16:54 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  333.  
  334.     * mv.c (copy): Try to preserve file ownership in
  335.     cross-filesystem copies.
  336.  
  337.     * strdup.c: Only compile if STRDUP_MISSING.
  338.     If STDC_HEADERS, use ANSI include files.
  339.  
  340.     * backupfile.c, rm.c: Go back to using d_ino instead of
  341.     d_fileno.  POSIX.1 specifies neither, and d_ino is more
  342.     common, perhaps ubiquitous.
  343.  
  344.     * chown.c (describe_change): Don't print the group name if it
  345.     didn't change (thus is a null pointer).
  346.     (main): Initialize group name to null.
  347.  
  348. Mon Feb 25 11:44:14 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  349.  
  350.     * dd.c (copy): Only seek if not seeking to start of file, so
  351.     "dd >> foo" works with Minix shell that doesn't open foo in
  352.     append mode. 
  353.  
  354. Thu Feb 21 11:59:39 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  355.  
  356.     * ln.c (do_link), mv.c (do_move), cp.c (copy): Store backup
  357.     filename using alloca so we don't have to free it every place
  358.     we return.  From Jim Meyering.
  359.  
  360. Thu Feb 14 00:41:43 1991  David J. MacKenzie  (djm at geech.ai.mit.edu)
  361.  
  362.     * cp.c (copy_reg): Only make holes when copying a regular file
  363.     onto a regular file.
  364.  
  365. Fri Jan 18 06:31:59 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
  366.  
  367.     * ls.c: Move defn. of S_IEXEC to after header files are included.
  368.     * cp.h: Always declare stat and lstat.
  369.  
  370. Thu Jan 10 02:16:55 1991  David J. MacKenzie  (djm at albert.ai.mit.edu)
  371.  
  372.     * cp.h: Only declare some system calls if not POSIX.
  373.  
  374.     * eaccess.c, idcache.c, dd.c, install.c, ln.c, system.h:
  375.     Change _POSIX_SOURCE to POSIX.
  376.  
  377.     * fileblocks.c, system.h: Change STBLOCKS_MISSING to
  378.     ST_BLOCKS_MISSING (was already that way in cp.c).
  379.  
  380. Fri Dec 28 18:40:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  381.  
  382.     * chmod.c, chown.c, chgrp.c, du.c: Rename -d option to -L for
  383.     similarity to ls and cpio. 
  384.  
  385. Thu Dec 27 00:06:45 1990  David J. MacKenzie  (djm at egypt)
  386.  
  387.     * rm.c (clear_directory): Keep looking for files to remove
  388.     until we don't find any, so that any .nfs* files created by
  389.     removing other files are also removed, eventually.
  390.  
  391.     * install.c (main): Strip trailing slashes on all args.
  392.  
  393.     * mv.c (copy): Open target file with mode 0600, not 0777.
  394.     [FCHMOD_MISSING]: Perform chmod after closing files, not
  395.     before, for MS-DOS.
  396.  
  397.     * cp.c (do_copy): Don't append `..' to target dir name.
  398.  
  399.     * du.c (main, count_entry, usage): Add -D +dereference-args
  400.     and -d +dereference options.
  401.  
  402. Wed Dec 26 03:39:18 1990  David J. MacKenzie  (djm at egypt)
  403.  
  404.     * dirname.c, xstrdup.c: Get decls from standard files, if available.
  405.  
  406. Thu Dec 20 23:10:22 1990  David J. MacKenzie  (djm at egypt)
  407.  
  408.     * makepath.c: New file, adapted from code in mkdir.c,
  409.     install.c, and cpio util.c by Jim Meyering.
  410.     * mkdir.c, install.c: Use make_path.
  411.  
  412. Sun Dec 16 00:56:54 1990  David J. MacKenzie  (djm at egypt)
  413.  
  414.     * chown.c, chgrp.c: New files.
  415.  
  416. Sat Dec 15 20:42:32 1990  David J. MacKenzie  (djm at egypt)
  417.  
  418.     * cp.h: Declare POSIX functions always -- _POSIX_SOURCE
  419.     doesn't imply STDC declarations.
  420.  
  421.     * system.h: Define S_ISTYPE macros not defined by sys/stat.h.
  422.  
  423.     * Many files: Use S_ISTYPE macros.
  424.  
  425.     * backupfile.c, rm.c: Use name d_fileno for member of struct
  426.     dirent instead of d_ino, for POSIX.
  427.  
  428. Wed Dec 12 23:38:22 1990  David J. MacKenzie  (djm at egypt)
  429.  
  430.     * ls.c: Declare time() as time_t instead of long, to prevent
  431.     conflict with standard header files.
  432.  
  433.     * cp.c (copy_reg): Instead of using NO_SPARSE_FILES, use
  434.     st_blocks to determine whether the original file contains any
  435.     sparse blocks, and only create them if so.  On systems without
  436.     st_blocks, to be safe, never create sparse blocks.
  437.  
  438. Thu Nov  8 12:16:27 1990  David J. MacKenzie  (djm at apple-gunkies)
  439.  
  440.     * idcache.c: If _POSIX_SOURCE not defined, declare getpw and
  441.     getgr functions (not an optimal solution, but I hate to add
  442.     yet another configuration macro).
  443.  
  444.     * Makefile: Define AR and RANLIB and pass to child makes.
  445.     lib/Makefile: Use them.
  446.  
  447. Tue Nov  6 23:18:06 1990  David J. MacKenzie  (djm at mole.ai.mit.edu)
  448.  
  449.     * idcache.c: New file from code in ls.c.
  450.  
  451. Fri Nov  2 14:34:40 1990  David J. MacKenzie  (djm at apple-gunkies)
  452.  
  453.     * Move files into src and lib directories, split out library
  454.     functions into separate files in lib, and rewrite Makefiles.
  455.  
  456. Mon Oct 29 01:20:46 1990  David J. MacKenzie  (djm at apple-gunkies)
  457.  
  458.     * mv.c (do_move), rm.c (remove_file, remove_dir): If stdin is
  459.     a tty and file is unwritable, prompt before overwriting.
  460.  
  461.     * cp.c (copy_reg): Only make sparse files if
  462.     NO_SPARSE_FILES is undefined, to accomodate dumb kernels.
  463.  
  464.     * du.c (count_entry): Remove misinformed HPUX kludge that
  465.     doesn't really fix the problem.
  466.  
  467.     * rm.c (rm): Check for textual equality with '.' and '..', not
  468.     dev/inode equality.
  469.  
  470. Sat Oct 27 23:38:55 1990  David J. MacKenzie  (djm at apple-gunkies)
  471.  
  472.     * rm.c (check_stack): If not interactive, don't prompt when
  473.     corruption is found, just quit.
  474.     (remove_file, remove_dir): Delete leading spaces in verbose
  475.     output. 
  476.  
  477.     * cp.c (copy), rm.c (remove_dir): If we think the dest. file
  478.     is unwritable, warn the user in the interactive prompt instead
  479.     of automatically skipping the file.  Because of race
  480.     conditions and other protection mechanisms we might not know
  481.     about, and POSIX.
  482.  
  483. Mon Oct  8 18:51:25 1990  David J. MacKenzie  (djm at apple-gunkies)
  484.  
  485.     * du.c (main, usage, count_entry): Add +separate-dirs -S option.
  486.  
  487.     * dd.c (main): Don't trap SIGINT if it was being ignored.
  488.  
  489. Tue Sep 25 16:40:43 1990  David J. MacKenzie  (djm at apple-gunkies)
  490.  
  491.     * install.c (copy_file, install_file_in_file): Change
  492.     attributes after stripping, to guard against strip programs
  493.     that clear setuid bits, etc.
  494.  
  495. Fri Sep 21 22:31:43 1990  David J. MacKenzie  (djm at apple-gunkies)
  496.  
  497.     * cp.c (copy_reg): Put back ftruncate way of making holes
  498.     because the other way can't make a hole at the end of a file.
  499.  
  500. Tue Sep 18 03:47:45 1990  David J. MacKenzie  (djm at apple-gunkies)
  501.  
  502.     * install.c (change_attributes): Don't ignore EPERM for chown,
  503.     since the default uid is now the current uid.
  504.  
  505. Sun Sep  9 16:54:19 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  506.  
  507.     * Version 1.4.
  508.  
  509.     * cp.h: Declare free returning void, not int, so it
  510.     doesn't bomb on Xenix.
  511.  
  512. Fri Sep  7 04:35:35 1990  David J. MacKenzie  (djm at apple-gunkies)
  513.  
  514.     * system.h, backupfile.c, savedir.c [DIRENT]: if direct is
  515.     defined (as on Ultrix 4.0), undefine it before redefining it.
  516.  
  517. Tue Sep  4 03:10:24 1990  David J. MacKenzie  (djm at apple-gunkies)
  518.  
  519.     * dd.c (apply_translations, translate_charset): Code moved
  520.     from parse_conversion.
  521.     (apply_translations): Convert from EBCDIC to ASCII before
  522.     converting case.
  523.  
  524.     * mvdir.c (fullpath): Return a value.
  525.  
  526.     * dd.c (copy): Increment count of truncated records once
  527.     per record, not once per character that overflows.
  528.  
  529. Mon Sep  3 22:23:57 1990  David J. MacKenzie  (djm at coke)
  530.  
  531.     * dd.c (swab_array): Function removed.
  532.     (copy): Rewrite conv=swab to work when odd number of bytes
  533.     are read.
  534.     (scanargs): Die if invalid numeric value is given.
  535.     (parse_integer): Return -1 if invalid arg.
  536.     (bit_count): Faster version from Jim Meyering.
  537.  
  538.     * cp.c, mkfifo.c [MKFIFO_MISSING]: Define mkfifo.
  539.  
  540. Thu Aug 30 00:17:02 1990  David J. MacKenzie  (djm at apple-gunkies)
  541.  
  542.     * mvdir.c (main): Make sure `from' is not a parent of any part
  543.     of `to', not just the explicitly given part.
  544.     (fullpath): New function.
  545.  
  546. Wed Aug 29 19:50:05 1990  David J. MacKenzie  (djm at apple-gunkies)
  547.  
  548.     * mvdir.c: Renamed from mv_dir.c, for consistency with mkdir and rmdir.
  549.     * dirlib.c: Caller changed.
  550.  
  551. Tue Aug 28 18:05:24 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  552.  
  553.     * touch.c (main): Don't interpret first non-option arg as a
  554.     time if `--' is given (POSIX-required kludge).
  555.  
  556.     * touch.c: Add long-named options.
  557.  
  558.     * Many files: Include <getopt.h> instead of "getopt.h" since
  559.     getopt.h will be in the GNU /usr/include.
  560.  
  561.     * install.c: Declare some functions.
  562.  
  563.     * touch.c, getdate.y, posixtime.y, mktime.c: New files, from bin-src.
  564.  
  565.     * posixtime.y: Move year from before time to after it (but
  566.     before the seconds), for 1003.2 draft 10.
  567.  
  568. Mon Aug 27 03:25:36 1990  David J. MacKenzie  (djm at apple-gunkies)
  569.  
  570.     * touch.c (main): If no time is given and first arg is a valid
  571.     timespec, use it as one.
  572.  
  573. Sat Aug 25 01:36:16 1990  David J. MacKenzie  (djm at apple-gunkies)
  574.  
  575.     * posixtime.y: Enclose YYABORT in braces in case some yacc's
  576.     need it.
  577.  
  578.     * touch.c: Remove -i option.  Change some error messages.
  579.     (readname): Function removed.
  580.  
  581. Thu Aug 23 12:56:33 1990  David J. MacKenzie  (djm at apple-gunkies)
  582.  
  583.     * cp.c (copy): Only restore dir mode if it was changed.
  584.  
  585. Wed Aug 22 01:45:54 1990  David J. MacKenzie  (djm at apple-gunkies)
  586.  
  587.     * cp.c (copy): Don't only backup files when -f is given.
  588.  
  589.     * ls.c: Add -X +sort=extension option.  Rename
  590.     +kilobyte-file-size to +kilobytes.
  591.  
  592.     * du.c: Rename -f option to -x, for POSIX.  Rename
  593.     +kilobyte-file-size to +kilobytes.  Add -b, +bytes option for
  594.     POSIX. 
  595.  
  596.     * cp-aux.c (usage): Change -o to -x.
  597.     (stpcpy): Renamed from str_cpy.  Change callers in cp.c.
  598.  
  599.     * cp.c: New variable, `flag_copy_as_regular'.
  600.     (main): For -R, unset `flag_copy_as_regular'.
  601.     Rename -o to -x for consistency with du.
  602.     (copy): Only unlink destination files when -f is given.
  603.     Only prompt when -i given and copying as a regular file.
  604.     Move check for previous link after other checks, reducing
  605.     duplicate code.
  606.     Create directories with mode 0700 initially, for POSIX.
  607.  
  608. Mon Aug 20 03:29:08 1990  David J. MacKenzie  (djm at apple-gunkies)
  609.  
  610.     * dd.c (copy): Swap input bytes instead of output bytes.
  611.     (swab_array): New function.
  612.  
  613.     * dd.c (copy): If sync and noerror, zero the buffer before the
  614.     read instead of after so that any data read before an error
  615.     occurred are preserved.
  616.     On read error, print stats and seek past the bad block if noerror.
  617.     noerror doesn't affect write errors, for POSIX.
  618.     (scanargs): Use two buffers if no buffer sizes given.
  619.     Do not block or unblock if cbs not given.
  620.     (print_stats): New function.
  621.     (quit): Call it.
  622.  
  623. Mon Aug 13 23:30:03 1990  David J. MacKenzie  (djm at apple-gunkies)
  624.  
  625.     * cp.c (copy): If dest. exists and is unwritable, skip the file.
  626.  
  627.     * rm.c, mv.c, cp.c, ln.c (main): Respect the last -f or -i given,
  628.     for POSIX.
  629.  
  630.     * rm.c (remove_file): Only prompt if -i is given.
  631.     (main, usage): Remove -o +override-mode option, obsolete if
  632.     POSIX accepts our objection about prompting.
  633.  
  634.     * mv.c (do_move): Only prompt if -i is given.
  635.  
  636.     * ln.c (do_link): If dest. file exists and -i and -f not
  637.     given, skip the file.
  638.  
  639. Tue Aug  7 12:51:18 1990  David J. MacKenzie  (djm at apple-gunkies)
  640.  
  641.     * dd.c (main): If seek= given, don't truncate output file.
  642.     (copy): Use `read' to skip output blocks if not regular file.
  643.     Sync with NUL instead of SPC.
  644.  
  645. Mon Aug  6 14:43:30 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  646.  
  647.     * rm.c: Rename `ignore_errors' to `ignore_missing_files', and
  648.     have it only suppress messages about nonexisting files.
  649.     (main): Get dev and ino of `.' and `..'.
  650.     (rm): If file is the same as `.' or `..', return with error.
  651.     (remove_file): Remove the file rather than skipping it if
  652.     unwritable, no -i, and stdin not tty.
  653.     (remove_dir): Return an error if directory is nonwritable,
  654.     rather than nonreadable or nonsearchable, for POSIX.2 draft 10.
  655.  
  656.     * chmod.c (main): Use fixed error checking to make sure that
  657.     options aren't mixed together in the same args as mode specifiers.
  658.  
  659. Sun Aug  5 11:51:12 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  660.  
  661.     * chmod.c (main): Use umask for '-' op.
  662.  
  663. Sat Aug  4 10:11:30 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  664.  
  665.     * mkfifo.c: Remove -p +path option, no longer specified by POSIX.
  666.  
  667. Fri Aug  3 13:38:28 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  668.  
  669.     * mkdir.c, mkfifo.c, create.c (main): Don't tell mode_compile to
  670.     respect the umask for certain operations, since the umask is 0 anyway.
  671.  
  672.     * install.c (get_ids): Use getuid and getgid to get defaults,
  673.     instead of -1.
  674.  
  675. Fri Jul 27 14:32:40 1990  David J. MacKenzie  (djm at apple-gunkies)
  676.  
  677.     * backupfile.c (dirname): Always replace frontmost slash with a null.
  678.  
  679. Thu Jul 26 00:20:35 1990  David J. MacKenzie  (djm at apple-gunkies)
  680.  
  681.     * cp.h: Declare umask as unsigned short.
  682.  
  683.     * eaccess.c: Make uid and gid unsigned short, and group array unsigned.
  684.  
  685. Wed Jul 25 18:38:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  686.  
  687.     * rm.c (remove_file, remove_dir): Print verbose message right
  688.     before actually trying to remove the file, after the prompting.
  689.  
  690.     * ls.c (getuser, getgroup): Make uid and gid unsigned short, not int.
  691.  
  692. Tue Jul 24 03:39:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  693.  
  694.     * cp.c (copy), ln.c (do_link), mv.c (do_move): For +verbose,
  695.     print the file names just before actually attempting the
  696.     copy/link/move, to produce a list of the files that they
  697.     actually try to copy/link/move, omitting skipped files.
  698.     Remove leading spaces from +verbose output.
  699.  
  700. Mon Jul 23 16:57:44 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  701.  
  702.     * cp.c (copy): Make +update operate silently, like +one-file-system. 
  703.  
  704.     * ln.c: Add -F as synonym for -d, for SunOS compatibility.
  705.  
  706. Sun Jul 15 23:23:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  707.  
  708.     * cp.c (copy): Go back to using xstat on dest.
  709.  
  710. Wed Jul 11 12:10:33 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  711.  
  712.     * cp.c (copy): Make directories with desired mode plus u+wx so
  713.     if the copy is interrupted, the dir is closer to the desired mode.
  714.     Don't backup directories.
  715.  
  716. Sun Jul  8 00:39:31 1990  David J. MacKenzie  (djm at apple-gunkies)
  717.  
  718.     * rm.c (main, usage): Add new option -d, +directory.
  719.     (rm): If -d given, use remove_file instead of remove_dir for
  720.     directories. 
  721.     (remove_file): If directory, print "remove directory `foo'?"
  722.     for interactive instead of "remove `foo'?".
  723.  
  724.     * ln.c (main): If -s given, print warning message if symlinks
  725.     are not available.
  726.     * mkfifo.c (main): If fifo's are not available, print message
  727.     and exit.
  728.  
  729. Fri Jul  6 02:02:49 1990  David J. MacKenzie  (djm at apple-gunkies)
  730.  
  731.     * install.c (main): Use the current user and group ID for the
  732.     default owner and group.
  733.  
  734.     * mv.c (main): New option -u, +update.
  735.     (do_move): Don't move nondirectories if -u and there is an existing 
  736.     destination that has the same or newer mtime.
  737.     (usage): Document -u, +update.
  738.  
  739.     * cp.c (main): New option -u, +update.
  740.     (copy): Don't copy nondirectories if -u and there is an existing 
  741.     destination that has the same or newer mtime.
  742.     * cp-aux.c (usage): Document -u ,+update.
  743.  
  744. Thu Jul  5 10:04:12 1990  David J. MacKenzie  (djm at apple-gunkies)
  745.  
  746.     * ln.c (do_link): Don't check whether OLD exists before trying
  747.     to make link.
  748.  
  749. Tue Jul  3 01:51:55 1990  David J. MacKenzie  (djm at apple-gunkies)
  750.  
  751.     * ls.c: Allow "+time=atime" and "+time=ctime" for C hackers.
  752.  
  753.     * chmod.c (main): Don't check whether multiple mode arguments
  754.     are given, because optind has a different value depending on
  755.     whether or not the option is the last character in the
  756.     ARGV-element.
  757.  
  758. Sat Jun 30 12:32:51 1990  David J. MacKenzie  (djm at apple-gunkies)
  759.  
  760.     * cp.c (copy): Use lstat on dest. file, not *xstat.
  761.  
  762. Mon Jun 25 18:07:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  763.  
  764.     * ls.c (print_long_format): Truncate user and group names to 8
  765.     chars to preserve column alignment.
  766.     (length_of_file_name_and_frills): Don't assume type indicator
  767.     will be printed for unknown file types that some os's have.
  768.  
  769.     * install.c: Declare getgrnam for systems where grp.h doesn't.
  770.  
  771. Sat Jun 23 00:06:35 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  772.  
  773.     * Version 1.3.
  774.  
  775.     * du.c (count_entry) [HPUX_NFS_BUG]: If the size of the file
  776.     according to the number of blocks reported is twice or more than
  777.     the size of the file according to the number of bytes
  778.     reported, halve the number of blocks.
  779.  
  780. Fri Jun 22 00:38:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  781.  
  782.     * cp.c (copy_dir): Initialize 'ret' to 0.
  783.  
  784.     * cp.c (main), ln.c (main), mv.c (main), rm.c (main):
  785.     Make -i override -f and -o, to be conservative about
  786.     removing peoples' files.
  787.  
  788.     * mkdir.c (make_path), mkfifo.c (make_path): Don't try to stat
  789.     "" or "/".
  790.  
  791.     * rm.c, rmdir.c, mkdir.c, mkfifo.c: Move code to remove
  792.     slashes at the end of an arg from main to
  793.     strip_trailing_slashes. 
  794.  
  795.     * install.c (strip): Print error message if the `strip'
  796.     program can't be run.
  797.  
  798.     * system.h (convert_blocks): Macro moved from du.c and ls.c.
  799.     Take a second parameter indicating whether to convert to
  800.     kilobytes or 512 byte blocks.
  801.     * ls.c, du.c: Pass second parameter to convert_blocks.
  802.  
  803. Thu Jun 21 01:19:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  804.  
  805.     * ls.c (print_long_format): Use mode_string instead of filemodestring. 
  806.  
  807.     * ls.c (print_long_format): Compare times as longs, not ints.
  808.     (longdiff): Macro to compare two longs efficiently if sizeof
  809.     int == sizeof long and less efficiently but correctly if they
  810.     are different sizes.
  811.     (compare_ctime, etc.): Use longdiff.
  812.  
  813.     * ls.c (decode_switches): Make -k not imply -s, to allow the
  814.     summary directory size printed by -l to be in 1k blocks
  815.     without having the size of each file printed as well.
  816.     (convert_blocks): Provide for systems with a blocksize that is
  817.     other than 512 or 1024 bytes.
  818.  
  819.     * du.c (main): Exit with status 0 normally.
  820.     (convert_blocks): Provide for systems with a blocksize that is
  821.     other than 512 or 1024 bytes.
  822.  
  823. Wed Jun 20 01:46:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  824.  
  825.     * ln.c (do_link): Take out code to give an error if source and
  826.     dest are the same file.  The dubious usefulness of the special
  827.     case to prevent 'ln x x' from removing 'x' (ln -i can be used
  828.     instead) is not worth preventing 'ln x y' from failing the
  829.     second time in a row, and appears to contradict POSIX anyway.
  830.  
  831. Mon Jun 18 02:48:17 1990  David J. MacKenzie  (djm at apple-gunkies)
  832.  
  833.     * ls.c (print_file_name_and_frills):
  834.     (length_of_file_name_and_frills, print_long_format):
  835.     Allow 6 digits for i-number, not 5.
  836.  
  837. Sun Jun 17 00:09:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  838.  
  839.     * install.c (install_dir): Don't check whether "" or the root
  840.     directory exists (the former fails on some systems).
  841.  
  842.     * system.h: Make inclusion of sys/file.h conditional on USG
  843.     and _POSIX_SOURCE, not DIRENT.
  844.  
  845.     * chmod.c (change_dir_mode): Use xrealloc instead of free and
  846.     xmalloc in case malloc already left extra room.
  847.     (xrealloc): New function.
  848.  
  849.     * rm.c (clear_directory): Prevent buffer overruns.
  850.     More efficient string handling.  Don't skip rest of directory
  851.     if continuing after finding circular inode.
  852.     (xrealloc): New function.
  853.  
  854. Sat Jun 16 01:45:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  855.  
  856.     * argmatch.c (invalid_arg): Change order in which the items
  857.     are printed. 
  858.  
  859.     * ls.c: Add +tabsize (-T) option.
  860.  
  861. Fri Jun 15 23:40:55 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  862.  
  863.     * dd.c (scanargs): For ibs and obs, set C_HARDWAY.
  864.     (copy): Use different buffers only if C_HARDWAY, not if
  865.     blocksizes are the same, to ensure constant output block sizes.
  866.  
  867. Wed Jun 13 23:56:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  868.  
  869.     * savedir.c: New file from code in chmod.c, modified to
  870.     prevent buffer overruns.
  871.     * chmod.c (change_dir_mode), cp.c (copy_dir), du.c
  872.     (count_entry): Use savedir.
  873.  
  874. Thu Jun  7 03:52:02 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  875.  
  876.     * system.h (ST_BLKSIZE) [!STBLOCKS_MISSING]: If st_blksize is
  877.     0 (as on pipe reads on some systems), use BSIZE instead.
  878.     Define BSIZE as DEV_BSIZE if necessary.
  879.  
  880.     * Makefile, system.h, fileblocks.c: Use STBLOCKS_MISSING to
  881.     control whether st_blksize and st_blocks are used.
  882.     * Makefile, system.h, backupfile.c: Use DIRENT to control
  883.     whether <dirent.h> is used.
  884.  
  885. Thu May 31 00:55:36 1990  David J. MacKenzie  (djm at apple-gunkies)
  886.  
  887.     * fileblocks.c: New file.
  888.     * du.c (blocks_to_kb): Replace with convert_blocks macro.
  889.     (main): Recognize new -k option.
  890.     (usage): Document it.
  891.     * ls.c (nblocks): Replace with convert_blocks macro.
  892.     * system.h (ST_BLKSIZE) [USG]: Use BSIZE from sys/param.h instead of
  893.     having the user define BLKSIZE.
  894.     (ST_NBLOCKS) [USG]: Use st_blocks from fileblocks.c.
  895.  
  896. Wed May 23 00:40:39 1990  David J. MacKenzie  (djm at apple-gunkies)
  897.  
  898.     * argmatch.c: New file, taken from ls.c.
  899.     * getversion.c (get_version): Use argmatch, to allow
  900.     abbreviations.  Default backup type is existing_numbered.
  901.     * mv.c (main), ln.c (main), cp.c (main): Only make backups if
  902.     -b (+backup) is given.  If envar SIMPLE_BACKUP_SUFFIX is set,
  903.     use it as a default instead of `~'.
  904.     * mv.c (usage), ln.c (usage), cp-aux.c (usage): Update messages.
  905.  
  906. Tue May 22 00:56:51 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  907.  
  908.     * install.c: New file (from ../bin-src).
  909.  
  910.     * dd.c (copy): Don't count completely failed writes as partial
  911.     writes.  Make buffers unsigned.  If blocking or unblocking,
  912.     pad final partial buffer if necessary.
  913.  
  914.     * getversion.c: New file.
  915.     * mv.c (main), cp.c (main), ln.c (main): Control backup types
  916.     with getenv ("VERSION_CONTROL") and +version-control or -V.
  917.  
  918.     * cp.c (yesno), mv.c (yesno), ln.c (yesno): Stop reading if
  919.     EOF reached as well as at newline.
  920.  
  921.     * backupfile.[ch]: Rename var `version_control' to `backup_type'.
  922.  
  923. Sat May 19 23:38:46 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  924.  
  925.     * touch.c: Change some error messages.  Include "getopt.h".
  926.  
  927. Sat May 19 00:16:50 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  928.  
  929.     * mv.c (main), ln.c (main), cp.c (main): Revise
  930.     backup-creation options.
  931.     * mv.c (usage), ln.c (usage), cp-aux.c (usage): Revise messages.
  932.  
  933.     * chmod.c (describe_change): Use mode_string instead of
  934.     filemodestring. 
  935.  
  936.     * cp.c (main): Recognize new options for making backups.
  937.     * cp.c (copy): Make backups if requested.  Fix typo.
  938.     * cp-aux.c (usage): Update message.
  939.  
  940.     * mv.c, cp.c: Remove code to conditionally use utimes instead
  941.     of utime, since the extra resolution of utimes was not being
  942.     used, the emulation overhead is probably insignificant,
  943.     and utime is a standard function.
  944.  
  945.     * cp-hash.c: Fix up comments.
  946.  
  947. Fri May 18 23:06:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  948.  
  949.     * mv.c (do_move): Only make backup if dest file exists.
  950.     Don't continue moving file if dest can't be backed up.
  951.     * ln.c (do_link): Don't try to unlink dest if it was backed up.
  952.     Don't continue moving file if dest can't be backed up.
  953.  
  954.     * system.h: Make SIGTYPE default to void if not defined.
  955.  
  956.     * modechange.[ch]: Rename struct and external functions to start
  957.     with 'mode_'.
  958.     * modechange.c (oatoi): Make static.
  959.     (mode_compile): Take an additional arg indicating which
  960.     symbolic operators should be affected by the umask.
  961.     * modechange.h: Add defines for mode_compile arg mask.
  962.     If __STDC__, use prototypes.
  963.     * chmod.c, mkdir.c, mkfifo.c, create.c: Account for above changes.
  964.  
  965. Tue May 15 16:17:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  966.  
  967.     * dd.c (copy): Quit with nonzero status if final write fails.
  968.  
  969. Mon May 14 14:34:10 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  970.  
  971.     * dd.c: Make translation tables unsigned.
  972.     (main): Give `input_file' and `output_file' nonzero values for
  973.     stdin and stdout. 
  974.     (parse_conversion): Set new global vars 'space_character' and
  975.     'newline_character' to correct values when translating to EBCDIC
  976.     (either flavor).
  977.     (copy): Use 'space_character' and 'newline_character' instead
  978.     of hardcoded ASCII values.  Ignore attempts to seek on output pipe,
  979.     socket, or fifo.  If possible, seek instead of reading to skip
  980.     initial input records.  Sync with `space_character' instead of
  981.     nulls, for POSIX.
  982.  
  983.     * cp.c (copy_reg): Compare lseek values as longs, not ints.
  984.  
  985. Sat May 12 01:16:42 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  986.  
  987.     * cp-hash (remember_created): Return error status instead of
  988.     fatal error. 
  989.     * cp.c (copy): Change caller.
  990.     (do_copy, copy_reg): Return error status instead of fatal error.
  991.  
  992.     * Move rename emulation from mv.c to dirlib.c so other
  993.     programs can use it.
  994.     * mv.c, ln.c (main): Recognize new options for making backups.
  995.     * mv.c (do_move), ln.c (do_link): Make backups if requested.
  996.     * mv.c, ln.c (usage): Update message.
  997.     * backupfile.c, backupfile.h: New files.
  998.  
  999.     * cp.h: Ifdef out decl of umask because of SunOS 4.1 (POSIX) conflict.
  1000.  
  1001.     * Define all `main' functions as returning void.
  1002.  
  1003. Fri May 11 02:11:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1004.  
  1005.     * ln.c, mv.c, rm.c, rmdir.c, create.c, chmod.c: Change some
  1006.     error messages. 
  1007.  
  1008.     * du.c, cp-aux.c (error): Function removed.
  1009.     Change callers to use error.c version.
  1010.     * cp.c (copy, do_copy, copy_dir): Return an error status.
  1011.     * ls.c (error, fatal, perror_with_name): Functions removed.
  1012.     Change callers to use error.c.
  1013.  
  1014. Sat May  5 23:46:48 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1015.  
  1016.     * ln.c (do_link): Don't allow trying to link a file to itself,
  1017.     because the source file would be removed if they are the same
  1018.     directory entry, and also for consistency with mv and cp.
  1019.  
  1020. Fri May  4 13:42:53 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1021.  
  1022.     * cp.c (copy_reg): Only write a null to the end of the file if
  1023.     the end of the file was sparse.
  1024.  
  1025.     * ls.c (print_name_with_quoting): Make the char to print
  1026.     unsigned to prevent sign extension problems with -b.
  1027.  
  1028. Fri Apr 20 13:52:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1029.  
  1030.     * Version 1.2 released.
  1031.  
  1032. Wed Apr 18 14:36:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1033.  
  1034.     * Makefile: Use chsize for ftruncate on Xenix.
  1035.  
  1036.     * cp.c (copy): Remove broken code that attempted to
  1037.     substitute for ftruncate on systems missing it.
  1038.  
  1039. Mon Apr 16 13:58:01 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1040.  
  1041.     * cp-aux.c (usage): Fix mistake in message.
  1042.  
  1043.     * Version 1.1 released.
  1044.  
  1045. Sat Apr 14 17:23:11 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1046.  
  1047.     * ls.c (main): Don't remove leading path from program_name.
  1048.     (basename): Function removed.
  1049.     (length_of_file_name_and_frills): Don't add 1 for type indicator
  1050.     for block and character special files. 
  1051.  
  1052. Thu Apr 12 19:50:15 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1053.  
  1054.     * Makefile: Suggest using -DBLKSIZE=512 instead of 1024 for USG.
  1055.  
  1056.     * dd.c (copy): Print copying statistics when exiting because
  1057.     of a read or seek error.
  1058.     (interrupt_handler): New function.
  1059.     (main): Trap SIGINT to run interrupt_handler, for POSIX.
  1060.  
  1061. Tue Apr 10 01:09:38 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1062.  
  1063.     * chmod.c (change_file_mode): Don't change the mode of
  1064.     symbolic links.
  1065.  
  1066. Mon Apr  9 13:30:00 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1067.  
  1068.     * modechange.c (compile_mode): Return an error if an octal
  1069.     number argument is too large.
  1070.  
  1071. Sun Apr  8 20:33:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1072.  
  1073.     * dd.c: Use `error' instead of `fatal' and `pfatal_with_name',
  1074.     for greater control of the message format.
  1075.     * head.c, tail.c: Use `error' instead of `fatal_perror' and
  1076.     `nonfatal_perror'.  Remove some unnecessary info from messages.
  1077.     * chmod.c, create.c, ln.c, mkdir.c, mkfifo.c, mv.c, mv_dir.c,
  1078.     rm.c, rmdir.c: Remove definition of `error'.
  1079.     * error.c: New file created from code in mv.c.
  1080.     * Makefile: Link the above programs with error.o.
  1081.  
  1082.     * ln.c (do_link): Use eaccess_stat to determine writability.
  1083.     * mv.c (do_move): Ditto.
  1084.     * rm.c (remove_file): Ditto.
  1085.     (remove_dir): Use eaccess_stat to determine readability and
  1086.     searchability.  Move initial interactive query here from
  1087.     clear_directory. 
  1088.     * Makefile: Link ln, mv, and rm with eaccess.o.
  1089.  
  1090. Sat Apr  7 11:47:52 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1091.  
  1092.     * Makefile: Link cp with eaccess.o.
  1093.     * eaccess.c: New file adapted from code in cp.c and cp-aux.c.
  1094.     * cp.c (copy): Use eaccess_stat to determine writability.
  1095.     Consider a file unwritable by root if it has no permissions.
  1096.     (main): Remove groups initialization code.
  1097.     * cp-aux.c (member): Function deleted.
  1098.  
  1099.     * cp.c (copy): Temporarily change the mode of directories if
  1100.     necessary to overwrite them when running recursively.
  1101.     Consider a directory to be non-overwritable if it lacks write
  1102.     permission as well as if it lacks execute permission.
  1103.  
  1104.     * rm.c, mv.c, mv_dir.c, chmod.c, create.c, ln.c: Remove some
  1105.     irrelevant or redundant information from error messages.
  1106.  
  1107. Fri Apr  6 15:20:45 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1108.  
  1109.     * cp.c (copy): Only change mode of regular files and directories;
  1110.     others are already correct.
  1111.  
  1112. Thu Apr  5 04:31:56 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1113.  
  1114.     * dd.c: Remove the vars that are set by command line options
  1115.     from a useless struct and give them more meaningful names.
  1116.  
  1117. Mon Apr  2 02:58:34 1990  David J. MacKenzie  (djm at spike.ai.mit.edu)
  1118.  
  1119.     * cp.c (main): Use NGROUPS from sys/param.h to determine
  1120.     whether BSD multiple groups are supported and how large to
  1121.     make the array.
  1122.     * Makefile: Remove references to GETGROUPS_MISSING.
  1123.  
  1124. Sun Apr  1 18:53:57 1990  David J. MacKenzie  (djm at spike.ai.mit.edu)
  1125.  
  1126.     * cp.c (main): Always initialize group info.
  1127.  
  1128. Sat Mar 31 22:29:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1129.  
  1130.     * mv.c [RENAME_MISSING] (rename): To rename directories, run
  1131.     setuid root mv_dir program. 
  1132.  
  1133. Tue Mar 20 14:28:25 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  1134.  
  1135.     * touch.c: Remove POSIX_COMPAT ifdef since there is no reason
  1136.     to disable the GNU extensions.
  1137.     (main): Set new global var `program_name'.
  1138.     (error): Replace with more versatile version.
  1139.     Global: Change calls to fprintf and error to use the new error.
  1140.     (main): Initialize global variables.  Don't bother making
  1141.     temporary copy of arg to -d.  Don't ignore any files named on
  1142.     the command line if -i is given.
  1143.     (usage): Don't take an arg.  Use `program_name' instead of
  1144.     hardcoded name.
  1145.     (touch): In utime emulation for BSD, ftruncate the file to its
  1146.     original size so empty files stay empty after being touched.
  1147.  
  1148. Sun Mar 18 01:02:39 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1149.  
  1150.     * ln.c (strip_trailing_slashes): New function.
  1151.     (main, do_link): Call it.
  1152.  
  1153.     * cp-aux.c (strip_trailing_slashes): New function.
  1154.     * cp.c (do_copy): Call it.
  1155.     * cp.h: Declare it.
  1156.  
  1157.     * mv.c (strip_trailing_slashes): New function.
  1158.     (main, movefile): Call it.
  1159.  
  1160. Sat Mar 17 21:45:35 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1161.  
  1162.     * cp-aux.c, cp.h: Rename user_confirm_overwriting to yesno and
  1163.     don't have it print a prompt, so it can be used in several
  1164.     places. 
  1165.  
  1166.     * cp.c (do_copy): Change an error message to resemble mv's.
  1167.     Remove all trailing slashes from all non-option args.
  1168.     (main): Set new global var `stdin_not_tty'.
  1169.     (copy): Use POSIX method of handling file overwriting and
  1170.     prompting. 
  1171.  
  1172.     * dirlib.c (mkdir): Use chmod to set the directory mode after
  1173.     successful creation, so set[ug]id and sticky bits are set
  1174.     correctly. 
  1175.  
  1176. Thu Mar 15 12:33:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1177.  
  1178.     * Makefile: Add commented out definitions for SCO Xenix.
  1179.  
  1180.     * ls.c (print_type_indicator): Don't print a '*' next to
  1181.     executable block or character special files.
  1182.  
  1183.         * chmod.c (error): New function, replacing nonfatal_perror,
  1184.         memory_out, and invalid_mode.
  1185.         Global: Call error instead of the above functions.
  1186.     (change_dir_mode): Make the new size of the path twice the
  1187.     size of the name that was too long, rather than twice its old
  1188.     size. 
  1189.  
  1190.     * rm.c: Move interactive query about whether to remove a
  1191.     directory from remove_dir to clear_directory; only query for
  1192.     directories that are not empty.
  1193.  
  1194. Wed Mar 14 10:48:40 1990  David J. MacKenzie  (djm at rice-chex)
  1195.  
  1196.     * system.h [USG]: Define X_OK.
  1197.  
  1198.     * rm.c (main): Set new global var `stdin_not_tty'.
  1199.     (rm): Most of code moved to two new functions, remove_file and
  1200.     remove_dir.
  1201.     (remove_file): Use POSIX method of determining whether to remove
  1202.     non-directories.
  1203.     (remove_dir): Use POSIX method of determining whether to
  1204.     remove directories, almost.
  1205.     (perror_with_name): Function removed.
  1206.     (error): Simple version replaced with more powerful version.
  1207.     Global: Change calls to fprintf, perror_with_name, and old
  1208.     error to calls to new error.
  1209.  
  1210.     * ln.c (main): Set new global var `stdin_not_tty'.
  1211.     If force, turn off interactive.
  1212.     (do_link): By default, don't allow hard links to symbolic links to
  1213.     directories.  Use POSIX method of determining whether to
  1214.     overwrite destination.
  1215.     (yesno): Function renamed from confirm, and arg removed.
  1216.     (lisdir): Function removed.
  1217.  
  1218.     * mv.c (main): Set new global var `stdin_not_tty'.
  1219.     (yesno): Function renamed from yes.
  1220.     (do_move): Use POSIX method of determining whether to
  1221.     overwrite destination.
  1222.  
  1223.     * Makefile: Make executables depend on .o files, not .c files,
  1224.     to allow for parallel compilation.
  1225.  
  1226. Tue Mar 13 00:50:14 1990  David J. MacKenzie  (djm at rice-chex)
  1227.  
  1228.     * rm.c (main): Disallow removal of paths that have '..' as the
  1229.     final element.
  1230.     (basename): New function.
  1231.  
  1232.     * ls.c (print_type_indicator): Mark FIFOs with '|' and sockets
  1233.     with '='.
  1234.     (print_long_format): Print numbers as unsigned and add extra
  1235.     space for POSIX flag.
  1236.  
  1237.     * dd.c: Make the record counts unsigned.
  1238.     (quit): Print them as unsigned.
  1239.  
  1240.     * modechange.c (compile_mode): Only get umask value when needed.
  1241.     If users are not given or are `a', affect set?id and sticky bits.
  1242.     If memory is exhausted while allocating a new list element,
  1243.     free the old elements before returning.
  1244.  
  1245.     * Makefile (CC): Add comment noting that either fixincludes or
  1246.     -traditional needs to be used for gcc to compile ioctl calls
  1247.     correctly. 
  1248.  
  1249. Mon Mar 12 16:25:23 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  1250.  
  1251.     * touch.c [UTIME_OF_NULL_MISSING]: Call lseek() before write().
  1252.  
  1253.     * posixtime.y [__GNUC__]: Use __builtin_alloca.
  1254.  
  1255. Fri Mar  9 10:25:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1256.  
  1257.     * chmod.c (main): Recognize "a,+-=" as valid options.
  1258.  
  1259.     * mv.c: Move the code to copy files across filesystems from
  1260.     do_move to a new function, copy, which will eventually be
  1261.     replaced with modules from cp and rm (POSIX requires mv to
  1262.     move directories recursively across filesystems).
  1263.     (do_move): Don't query about overriding a mode that prohibits
  1264.     writing if interactive.  Remove unneeded variable.
  1265.     (copy): Unlink target if copy fails partway through.
  1266.  
  1267. Thu Mar  8 10:56:16 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1268.  
  1269.     * cp.c (copy): Don't remove a destination file of a different
  1270.     type unless +force is given.
  1271.  
  1272.     * ls.c (decode_switches, usage): Add -U (for "unsorted") as an
  1273.     equivalent to +sort=none.
  1274.  
  1275. Mon Mar  5 16:31:14 1990  Torbj|rn Granlund  (tege at echnaton)
  1276.  
  1277.     * cp.c (copy): Test for temporarily modified permission mode
  1278.       after the other test, so that `-p' work for files whose mode
  1279.       needed a temporary mode change.
  1280.     * cp.c (copy): Don't waste time calling unlink if we already
  1281.       know that the destination doesn't exists.
  1282.     * cp.c (comment before do_copy): Correct.
  1283.     * cp.c (comment before copy): Describe all params.
  1284.     * cp.c (copy): Only change permission mode for regular files
  1285.       and directories.
  1286.     * cp.c (copy): Unlink the destination file if its type is
  1287.       different from the source.  If the destination is a
  1288.       directory,  error.
  1289.  
  1290. Mon Mar  5 00:34:36 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1291.  
  1292.     * chmod.c (nonfatal_perror): Don't check for force_silent.
  1293.     (change_file_mode, change_dir_mode): If force_silent, don't
  1294.     print error messages.
  1295.  
  1296.     * mv.c (main): If force, turn off interactive.
  1297.     (do_move): Simplify check for query.  Rename `stb' to
  1298.     `to_stats' and `stbf' to `from_stats'.
  1299.     Return error condition if original file could not be renamed or
  1300.     unlinked. 
  1301.  
  1302.     * rm.c: Rename global `force_flag' to `ignore_errors' and change its
  1303.     meaning so that it does not overlap with `override_mode'.
  1304.     (main): Have -f +force set override_mode.  If override_mode is
  1305.     set, turn off interactive.
  1306.     (rm): Simplify checks for whether to query the user, based on
  1307.     the new relationship between override_mode and interactive.
  1308.  
  1309. Sun Mar  4 23:39:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1310.  
  1311.     * ln.c (main): Reword an error message to be more like mv's.
  1312.  
  1313.     * rmdir.c: Move global `errors' into main instead of having 
  1314.     error set it.
  1315.  
  1316.     * mkdir.c: Move global `errors' into main and have make_path
  1317.     return an error status instead of having error set it.
  1318.  
  1319.     * chmod.c: Move global `errors' into main and have
  1320.     change_file_mode and change_dir_mode return an error status
  1321.     instead of setting it in nonfatal_perror.
  1322.  
  1323. Sat Mar  3 13:59:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1324.  
  1325.     * ln.c (main): Don't strip leading dirs from argv[0].
  1326.  
  1327.     * ln.c (confirm), mv.c (yes, do_move),
  1328.     cp-aux.c (user_confirm_overwriting), rm.c (rm, yesno, check_stack):
  1329.     Print query messages to stderr instead of stdout, for POSIX.
  1330.     Include program name in messages.
  1331.  
  1332. Sat Mar  3 11:27:27 1990  Torbj|rn Granlund  (tege at echnaton)
  1333.  
  1334.     * cp.c (copy): Don't unlink directories with flag_force
  1335.       (`-f').  Also avoid using force when not necessary.
  1336.       Always copy fifo's and symbolic links as themselves.
  1337.  
  1338.     * cp.c (copy_reg): Make int scan first, char scan then, to
  1339.       find frist non-zero byte.  This to avoid false hole
  1340.       creation.
  1341.  
  1342. Sat Mar  3 10:22:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1343.  
  1344.     * mv.c: Rename `pgm' to `program_name'.  Move global `errors'
  1345.     into main.  Have do_move and movefile return an error status
  1346.     instead having error set it.  Remove global vars `args'
  1347.     and `args_left'.
  1348.     (main): Rename `ac' and `av' to `argc' and `argv' and use them
  1349.     and `optind' instead of `args' and `args_left'.
  1350.  
  1351.     * cp.c (copy): Don't ignore errors other than EPERM from chown.
  1352.  
  1353. Fri Mar  2 16:20:57 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1354.  
  1355.     * rm.c (main, usage): Allow -R as a synonym for -r, for POSIX.
  1356.  
  1357.     * cp.c (copy): If flag_preserve, preserve the owner and group
  1358.     if possible, as well as mode.
  1359.     (main): Allow -R as a synonym for -r option, for POSIX.
  1360.     * cp-aux.c (usage): Mention -R.
  1361.  
  1362. Tue Feb 27 11:49:04 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1363.  
  1364.     * cp.c (copy): If not recursive, copy special files and
  1365.     symlinks like regular files and omit fifos.
  1366.  
  1367. Mon Feb 26 19:55:24 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  1368.  
  1369.     * ls.c (print_long_format): If time is in the future, print the year.
  1370.     Make the cutoff for old files 6 months not 300 days.
  1371.  
  1372. Mon Feb 26 13:31:07 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  1373.  
  1374.     * touch.c, Makefile: Use getdate.y instead of unctime.y.
  1375.  
  1376.     * touch.c: Remove posixtime.
  1377.     (main): Check for error from posixtime.
  1378.     posixtime.y: New file.
  1379.  
  1380.     * touch.c: Change a few cryptic error messages.
  1381.     Include <errno.h> not <sys/errno.h>.
  1382.     (just_set_amtime): New variable.
  1383.     (touch): Add if (just_set_amtime) code.
  1384.  
  1385. Mon Feb 26 15:03:29 1990  Torbj|rn Granlund  (tege at echnaton)
  1386.  
  1387.     * cp.c (copy): Test for recursive copy in DIR alternative in
  1388.       the switch statement, so all file types are copied correctly
  1389.       even in a non-recursive copy.
  1390.     * cp.c (copy): Return after having created a symlink, since
  1391.       chmod and utimes dereference, and would affect the symlink
  1392.       target.  Remove test for symlinks after switch.
  1393.  
  1394. Sun Feb 25 18:31:09 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1395.  
  1396.     * Makefile: Compile ls after vdir so systems with a cc that
  1397.     can't do -c -o don't have to compile ls.c twice for ls.
  1398.  
  1399.     * dd.c (usage): Add braces around alternatives.
  1400.  
  1401.     * ls.c (print_long_format): Always print the group, for POSIX.
  1402.     (decode_switches): Make -g option a no-op for BSD users.
  1403.     (usage): Remove +group option.
  1404.  
  1405. Wed Feb 21 11:13:26 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1406.  
  1407.     * ln.c (error): New function.
  1408.     (main, do_link): Call error instead of fprintf and exit.
  1409.     (main): Recognize new -d +directory option to allow superuser to
  1410.     make hard links to dirs, like the BSD ln -f option.
  1411.     (do_link): Don't allow hard links to dirs (they are hard to
  1412.     get rid of -- rmdir and unlink don't do it), unless -d was given.
  1413.     (usage): Mention -d +directory option.
  1414.  
  1415.     * rmdir.c (main): Remove trailing slashes from args (added by
  1416.     shell file completion but the rmdir syscall can't handle them).
  1417.     * mkdir.c (main): Remove trailing slashes from args, for
  1418.     uniformity with rmdir (you can't do file completion on dirs
  1419.     that haven't been made yet . . .).
  1420.  
  1421.     * mv.c: Rename global var `nargs' to `args_left' to avoid
  1422.     conflict with undocumented BSD libc function (the new name is
  1423.     clearer, anyway).
  1424.  
  1425. Tue Feb 20 17:09:19 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1426.  
  1427.     * dd.c: Use new global var `program_name' in error messages
  1428.     instead of hardcoded "dd".
  1429.     (main): Set program_name from argv[0].
  1430.  
  1431.     * chmod.c, head.c, tail.c (main): Don't strip leading dirs
  1432.     from argv[0].
  1433.     (basename): Function removed.
  1434.  
  1435.     * rm.c (main): Don't strip leading dirs from argv[0].
  1436.  
  1437. Mon Feb 19 14:34:18 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1438.  
  1439.     * rm.c (main): Strip trailing slashes from each arg.
  1440.  
  1441. Thu Feb 15 13:23:52 1990  David J. MacKenzie  (djm at rice-chex)
  1442.  
  1443.     * Makefile [HPUX CFLAGS]: Add -DUTIMES_MISSING.
  1444.  
  1445. Wed Feb 14 15:01:18 1990  David J. MacKenzie  (djm at rice-chex)
  1446.  
  1447.     * Makefile (dist): Don't make a non-compressed tar file.
  1448.  
  1449.     * mv.c (do_move): Refuse to copy non-regular files across filesystems.
  1450.  
  1451. Tue Feb 13 15:06:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  1452.  
  1453.     * touch.c (getname): New function.
  1454.     (main): Use it.
  1455.  
  1456. Mon Feb 12 11:30:45 1990  David J. MacKenzie  (djm at rice-chex)
  1457.  
  1458.     * ln.c (do_link): Check error return from unlink.
  1459.     Include errno.h.
  1460.  
  1461.     * du.c (main): Check error return from stat.
  1462.     (str_copyc, str_concatc): Don't return a value, since it is
  1463.     ignored. 
  1464.  
  1465.     * cp.c (copy): Check error return from unlink and chmod.  Fix
  1466.     typo in call to error.
  1467.  
  1468.     * mv.c (do_move): Check error return of fchmod/chmod and utime[s].
  1469.     (rename): Check error return of unlink.
  1470.  
  1471.     * Makefile Definitions of preprocessor macros moved from
  1472.     cp.c and mv.c.  HAVE_FTRUNCATE changed to FTRUNCATE_MISSING.
  1473.     * Makefile, dirlib.c: NEED_MKDIR changed to MKDIR_MISSING.
  1474.     * mv.c, cp.c: Change USG ifdefs to UTIMES_MISSING.
  1475.  
  1476. Sun Feb 11 17:50:29 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1477.  
  1478.     * chmod.c (usage): Add yet another ellipsis.
  1479.  
  1480. Sun Feb 11 16:41:30 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  1481.  
  1482.     * cp.c (copy_reg): Use HAVE_FTRUNCATE to decide whether to
  1483.     use ftruncate().
  1484.     (main): Use GETGROUPS_MISSING to decide whether to use getgroups().
  1485.     [hpux || !USG]: Define HAVE_FTRUNCATE.
  1486.     [USG && !hpux]: Define GETGROUPS_MISSING.
  1487.     mv.c (rename): Put in #ifdef RENAME_MISSING not #ifdef USG.
  1488.     (do_move): Use FCHMOD_MISSING to decide whether to use fchmod().
  1489.     [USG && !hpux]: Define FCHMOD_MISSING and RENAME_MISSING.
  1490.  
  1491. Fri Feb  9 10:25:03 1990  David J. MacKenzie  (djm at rice-chex)
  1492.  
  1493.     * mv.c (movefile): Remove trailing slashes from FROM (some
  1494.     filename completion systems add them for dirs, and they cause
  1495.     the rename syscall to fail).
  1496.  
  1497. Thu Feb  8 22:50:12 1990  Torbj|rn Granlund  (tege at sics.se)
  1498.  
  1499.     * cp.c (copy_reg): Change error handling after lseek, since
  1500.       this is a fatal error.  Also change error message to
  1501.       something more generally understood.
  1502.     * Handle files that end in a zero block on USG systems.
  1503.  
  1504.     * cp-aux.c (error): Use FATAL to recog fatal errs.
  1505.  
  1506. Thu Feb  8 21:25:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1507.  
  1508.     * ln.c: Remove incorrect comment.
  1509.  
  1510.     * cp.c, cp-aux.c (usage): Change +dereference option to
  1511.     +no-dereference, since dereferencing is done by default and
  1512.     the option turns it off.
  1513.  
  1514. Mon Feb  5 17:29:20 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  1515.  
  1516.     * Version 1.0 released.
  1517.  
  1518. Local Variables:
  1519. mode: indented-text
  1520. left-margin: 8
  1521. version-control: never
  1522. End:
  1523.